VerifySettings

Functions

Link copied to clipboard
abstract fun eachProjectRule(action: Action<ProjectVerificationRuleSettings>)

Add new coverage verification rule to check in each non-skipped project.

Link copied to clipboard
abstract fun rule(action: Action<VerificationRuleSettings>)

Add new coverage verification rule to check.

abstract fun rule(name: String, action: Action<VerificationRuleSettings>)

Add new named coverage verification rule to check.

Properties

Link copied to clipboard
abstract val rules: ListProperty<VerificationRuleSettings>
Link copied to clipboard
abstract val warningInsteadOfFailure: Property<Boolean>

In case of a verification error, print a message to the log with the warn level instead of the Gradle task execution error.